home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3685 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ifi.uio.no!jankr
  2. From: jankr@ifi.uio.no (Jan Kroken)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Assembly
  5. Date: 30 Jan 1996 18:07:23 +0100
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <4elj8b$m8n@svadilfari.ifi.uio.no>
  8. References: <4edkqb$k1v@dub-news-svc-4.compuserve.com> <822765569snz@genesis.demon.co.uk>
  9. NNTP-Posting-Host: svadilfari.ifi.uio.no
  10.  
  11.  
  12. In article <822765569snz@genesis.demon.co.uk>, Lawrence Kirby <fred@genesis.demon.co.uk> writes:
  13. > In article <4edkqb$k1v@dub-news-svc-4.compuserve.com>
  14. >            100614.3573@compuserve.com "Frederic Chantren" writes:
  15. > >I'd like use assembly routines in C language.
  16. > You can't - the C language has no support for assembly. You particular
  17. > compiler might provide support as an extension to the language but you
  18. > will need to check that in the documentation for your specific compiler
  19. > or ask in a newsgroup relevant to it. For example comp.os.msdos.programmer
  20. > is a good place to start for DOS based compilers.
  21. Most C compilers from Borland and MS supports innline asm. 
  22. Earlier Turbo C/C++ required TASM for the inline-asm, but
  23. it's now a part of the compiler.
  24.                         -jk
  25.  
  26.